home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / faq / faqs / fonts_fa / part06 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  6.3 KB

  1. Xref: bloom-picayune.mit.edu comp.fonts:6626 news.answers:4478
  2. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!think.com!rpi!zaphod.mps.ohio-state.edu!caen!nic.umass.edu!dime!dime.cs.umass.edu!walsh
  3. From: walsh@cs.umass.edu (Norman Walsh)
  4. Newsgroups: comp.fonts,news.answers
  5. Subject: comp.fonts FAQ.5.Sun-Info
  6. Summary: This posting answers frequently asked questions about fonts.
  7.          It addresses both general font questions and questions that
  8.      are specific to a particular platform.
  9. Message-ID: <WALSH.92Dec7141616@ibis.cs.umass.edu>
  10. Date: 7 Dec 92 19:16:16 GMT
  11. Expires: 8 Jan 93 00:00:00 GMT
  12. References: <9212071410.WW57338@cs.umass.EDU>
  13. Sender: news@dime.cs.umass.edu
  14. Reply-To: walsh@cs.umass.edu (Norm Walsh)
  15. Followup-To: poster
  16. Organization: Dept of Comp and Info Sci, Univ of Mass (Amherst)
  17. Lines: 147
  18. Approved: news-answers-request@MIT.Edu
  19.  
  20. Archive-name: fonts-faq/part06
  21. Version: 1.1.1.
  22.  
  23. FAQ for comp.fonts: Chapter V: Sun-specific Info
  24.  
  25. Version 1.1.1., Release 07DEC92
  26.  
  27. Welcome to the comp.fonts FAQ.  These articles, posted monthly, describe many
  28. of the basic questions that seem to be repeated frequently on comp.fonts.
  29. Your comments are both welcome and encouraged.
  30.  
  31. The FAQ is divided into chapters.  The first chapter is a general overview.
  32. Most of the remaining chapters are more-or-less platform specific.
  33.  
  34. For more information about the FAQ, please consult the beginning of the first
  35. chapter.  The FAQ is always available via anonymous ftp from ibis.cs.umass.edu
  36. in /pub/norm/comp.fonts/FAQ*
  37.  
  38. This chapter covers the following topics:
  39.  
  40. 0.    Please help!
  41. 1.    Fonts under Open Windows
  42. 2.    Does OpenWindows support Type 1 PostScript fonts?
  43. 3.1    Improving font rendering time
  44. 3.2    Making bitmap fonts for faster startup:
  45. 4.    Converting between font formats (convertfont, etc.)
  46. 5.    Xview/OLIT fonts at 100 dpi
  47. 6.    Where can I order F3 fonts for NeWSprint and OpenWindows?
  48.  
  49. ------------------------------------------------------------------------------
  50.  
  51. 0. Please help!
  52.  
  53.   Someone mailed a file of Sun-related font tips.  Unfortunately, I cannot
  54.   find the file.  If you have any suggestion for this section (or if you
  55.   are the person that mailed me the other list), please forward your
  56.   suggestions to norm <walsh@cs.umass.edu>.
  57.  
  58. 1. Fonts Under Open Windows
  59.  
  60.   The following information regarding fonts under Open Windows was stolen
  61.   from Liam R.E. Quim's <lee@sq.com> Open Windows FAQ.  The original author
  62.   was Rick Heli <Rick.Heli@Eng.Sun.COM>.
  63.  
  64. 2. Does OpenWindows support Type 1 PostScript fonts?
  65.  
  66.     Type 1 fonts are supported starting with the NeWSprint 2.0
  67.     and Solaris 2.0 (OpenWindows 3.0.1) releases.
  68.  
  69.     There are also 57 F3 format fonts supplied with OpenWindows which
  70.     are fully hinted.  Documentation on the F3 font format and the F3 font
  71.     interpreter, TypeScaler, is available from Sun.
  72.  
  73. 3.1 Improving font rendering time
  74.  
  75.     Although the Sun type renderer (TypeScaler) is pretty fast, it's not as
  76.     fast as loading a bitmap.  You can pre-generate bitmap fonts for sizes
  77.     that you use a lot, and you can also alter and access the font cache
  78.     parameters.     If you have a lot of memory you might want to increase the
  79.     font cache size.
  80.     $ psh -i
  81.     Welcome to X11/NeWS Version3 <--- psh will say this at you
  82.     currentfontmem =    % type this line ...
  83.     300    % and here's what my server was using -- 300 Kbytes
  84.     1024 setfontmem
  85.     % Just to check:
  86.     currentfontmem =
  87.     1024
  88.     See pp. 328ff of the NeWS 3.0 Programmer's Guide.  You need to say psh -i
  89.     so that the PostScript packages are loaded - see the psh man page.
  90.  
  91. 3.2 Making bitmap fonts for faster startup:
  92.  
  93.     $ mkdir $HOME/myfonts
  94.     $ cd $HOME/myfonts
  95.     $ makeafb -20 -M $OPENWINHOME/lib/fonts/Bembo.f3b
  96.     Creating Bembo20.afb
  97.     $ convertfont -b Bembo20.afb
  98.     Bembo20.afb->./Bembo20.fb
  99.     Chars parameter greater than number of characters supplied.
  100.     $ ls
  101.     Bembo20.afb    Bembo20.fb    Synonyms.list
  102.     $ bldfamily
  103.     * Bembo               ./Bembo.ff (Encoding: latin)
  104.     cat: ./Compat.list: No such file or directory
  105.     $ xset +fp `pwd`
  106.     $ xset fp rehash
  107.  
  108.     If you want the server to see your new font directory every time,
  109.     add this directory to your FONTPATH environment variable in one
  110.     of your start-up files, e.g. .login or .profile.
  111.  
  112. 4. Converting between font formats (convertfont, etc.)
  113.  
  114.     You can also use F3 fonts with an X11 server, by converting them to a
  115.     bitmap (X11 bdf format) first.  Your license restricts use of these
  116.     fonts on another machine, and unless you have NeWSPrint you shouldn't
  117.     use them for printing.  Having said all that...  you can use makeafb
  118.     and convertfont to generate bdf files that you can compile with bdftosnf or
  119.     bdftopcf.
  120.  
  121.     Use mftobdf (from the SeeTeX distribution) to convert TeX pk fonts to
  122.     X11 bdf format, which you can then use with either X11 or OenWindows.
  123.  
  124. 5. Xview/OLIT fonts at 100 dpi
  125.  
  126.     There aren't any.  More precisely, the various text fonts, such as
  127.     Lucida Typewriter Sans, are available at 100 dpi, and in fact are
  128.     scalable under OpenWindows.     The glyph fonts are bitmaps, and don't
  129.     scale very well.
  130.  
  131. 6. Where can I order F3 fonts for NeWSprint and OpenWindows?
  132.  
  133.     600 F3 fonts are available for unlocking from Printer's Palette, a CD
  134.     available with NeWSprint 2.0.
  135.  
  136.     In addition, F3 fonts are available from the following sources:
  137.  
  138.     Linotype AG            Linotype Company
  139.     Mergenthaler Allee 55-75    425 Oser Avenue
  140.     6236 Eschborn Germany    Hauppague, NY  11788
  141.     49/(61 96) 4031        (800) 336-0045
  142.     FAX 011/49/6196-982185    FAX 516-434-2055
  143.     attn: F3 Font Production    attn: F3 Font Production
  144.  
  145.     Monotype Plc.        Monotype Typography
  146.     Salfords Redhill RH1 5JP    53 W. Jackson Boulevard Suite 504
  147.     England            Chicago, IL  60604
  148.     44/(737) 765959        (800) 666-6893
  149.     FAX 011/44/737-769243    FAX (312) 939-0378
  150.     attn: F3 Font Production    attn: F3 Font Production
  151.  
  152.     U R W            U R W
  153.     Harksheider Strasse 102    One Tara Boulevard Suite 210
  154.     D2000 Hamburg Germany    Nashua, NH  03062
  155.     49/(40) 606050        (603) 882-7445
  156.     49/(40) 60605148        (603) 882-7210
  157.     attn: F3 Font Production    attn: F3 Font Production 
  158.  
  159.     Bigelow & Holmes        Autologic
  160.     P. O. Box 1299        1050 Rancho Conejo Boulevard
  161.     Menlo Park, CA  94026    Newbury Park, CA  91320
  162.     415/326-8973        (800)235-1843, or (805)498-9611 in CA
  163.     FAX (415) 326-8065        FAX (805) 499-1167
  164.     attn: F3 Font Production    attn: F3 Font Production
  165.  
  166. -- END OF PART V --
  167.